ArcPad Preferences File Schema
QUALITYCONTROL Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > GPS Element : QUALITYCONTROL Element

Glossary Item Box

Description

Used to define GPS quality control settings in ArcPadPrefs.apx.

Diagram

VPE Element VDOP Element TDOP Element PDOP Element MODE Element HDOP Element EPE Element DAGE Element Sequence QUALITYCONTROL Element

Overview

QUALITYCONTROL
Used to define GPS quality control settings in ArcPadPrefs.apx.
level optional Restriction of xs:string
The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.
Sequence
DAGE
Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
EPE
Used to define the maximum EPE for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
HDOP
Used to define the maximum HDOP for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
MODE
Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.
threed optional Restriction of xs:string
Flag to determine if the 3D only setting is applied.
dgps optional Restriction of xs:string
Flag to determine if the DGPS only setting is applied.
pps optional Restriction of xs:string
Flag to determine if the PPS setting is applied.
rtkfixed optional Restriction of xs:string
Flag to determine if the RTK Fixed setting is applied.
rtkfloatorfixed optional Restriction of xs:string
Flag to determine if the RTK Float or Fixed setting is applied.
PDOP
Used to define the maximum PDOP for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
TDOP
Used to define the maximum TDOP for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
VDOP
Used to define the maximum VDOP for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int
VPE
Used to define the maximum VPE for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int

Attributes

NameTypeUseDefaultFixedDescription
levelRestriction of xs:stringoptional0 The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.

Examples

Source

<xs:element name="QUALITYCONTROL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DAGE">
        <xs:annotation>
          <xs:documentation>Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum DAGE setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum DAGE allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="EPE">
        <xs:annotation>
          <xs:documentation>Used to define the maximum EPE for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum EPE setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum EPE allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="HDOP">
        <xs:annotation>
          <xs:documentation>Used to define the maximum HDOP for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum HDOP setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum HDOP allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MODE">
        <xs:annotation>
          <xs:documentation>Used to specify the 3D only and DGPS only settings for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" name="threed">
            <xs:annotation>
              <xs:documentation>Flag to determine if the 3D only setting is applied.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute default="false" name="dgps">
            <xs:annotation>
              <xs:documentation>Flag to determine if the DGPS only setting is applied.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute default="false" name="pps">
            <xs:annotation>
              <xs:documentation>Flag to determine if the PPS setting is applied.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute default="false" name="rtkfixed">
            <xs:annotation>
              <xs:documentation>Flag to determine if the RTK Fixed setting is applied.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute default="false" name="rtkfloatorfixed">
            <xs:annotation>
              <xs:documentation>Flag to determine if the RTK Float or Fixed setting is applied.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="true" />
                <xs:enumeration value="false" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PDOP">
        <xs:annotation>
          <xs:documentation>Used to define the maximum PDOP for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum PDOP setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum PDOP allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="TDOP">
        <xs:annotation>
          <xs:documentation>Used to define the maximum TDOP for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum TDOP setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum TDOP allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VDOP">
        <xs:annotation>
          <xs:documentation>Used to define the maximum VDOP for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum VDOP setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum VDOP allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VPE">
        <xs:annotation>
          <xs:documentation>Used to define the maximum VPE for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute default="false" ref="active">
            <xs:annotation>
              <xs:documentation>Flag to determine if the maximum VPE setting is applied.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute ref="maximum">
            <xs:annotation>
              <xs:documentation>The maximum VPE allowed.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute default="0" name="level">
      <xs:annotation>
        <xs:documentation>The level of quality control. 0 for no quality control; 1 for non-compulsory quality control; 2 for compulsory quality control.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="0" />
          <xs:enumeration value="1" />
          <xs:enumeration value="2" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.